Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies - autoclosed #101

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.1.0 -> ^22.10.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.6 age adoption passing confidence
automd ^0.3.8 -> ^0.3.12 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
eslint (source) ^9.8.0 -> ^9.15.0 age adoption passing confidence
eslint-config-unjs ^0.3.2 -> ^0.4.2 age adoption passing confidence
jiti ^2.0.0-beta.3 -> ^2.4.0 age adoption passing confidence
pnpm (source) 9.7.0 -> 9.14.2 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.7.2 age adoption passing confidence
unbuild ^3.0.0-rc.7 -> ^3.0.0-rc.11 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.6 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/automd (automd)

v0.3.12

Compare Source

compare changes

🩹 Fixes
  • jsdocs: Disable jiti fs cache and module cache to avoid race conditions (4c7138b)
❤️ Contributors

v0.3.11

Compare Source

compare changes

🩹 Fixes
  • transform: Filter empty issues and keep stack trace (83845d6)
🏡 Chore
❤️ Contributors

v0.3.10

Compare Source

compare changes

💅 Refactors
  • badges: Link to npm.chart.dev for npm downloads (#​75)
🏡 Chore
❤️ Contributors

v0.3.9

Compare Source

compare changes

🚀 Enhancements
  • Add support for deno as package manager (#​74)
🏡 Chore
  • Update dependencies ([0828

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2fb4042 to 541d2d0 Compare August 21, 2024 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 52660a7 to 72c1017 Compare August 28, 2024 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f4fd4b6 to b28df75 Compare September 6, 2024 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cfcb354 to 85e8d88 Compare September 14, 2024 04:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 0971023 to e23128f Compare September 25, 2024 23:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fd347ad to 34b8789 Compare September 27, 2024 16:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ee9782f to 40f2efa Compare November 3, 2024 04:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40f2efa to 3ff217e Compare November 5, 2024 04:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a3ef845 to 4280614 Compare November 20, 2024 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from bf2e946 to a174bbf Compare November 26, 2024 22:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a174bbf to 7d533a7 Compare November 27, 2024 11:37
@pi0 pi0 closed this Nov 27, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Nov 27, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch November 27, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant